-
Notifications
You must be signed in to change notification settings - Fork 8
nested workflow #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: ian/events
Are you sure you want to change the base?
nested workflow #137
Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update actions/checkout action to v5
Update actions/setup-node action to v5
df4ee81 to
33c1d06
Compare
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
5270292 to
bdf2e71
Compare
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
74b095f to
72cb23c
Compare
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
Hey Ian, thanks for working on this! This feature would be super useful for my use case. I saw the PR’s been open for a few weeks and was wondering if there’s anything blocking it or if testing/feedback would help move it forward. Thanks. |
|
You can try it with the alpha already @awtotty - |
Allows running a workflow as a step in a parent workflow. The overall workflow's return value will be stored in the step, and an exception raised in a nested workflow will bubble up to the parent workflow (that can be caught w/ try/catch if you want)
Also surfaces return value in status:
Fixes #93
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.